__ANDROID_API_O__

Names the Oreo API level (26), for comparisons against __ANDROID_API__.

extern (C) nothrow @nogc
enum __ANDROID_API_O__ = 26;

Meta